/* 界面皮肤 */
.topbar{background:#F2F2F2;}
.r_top a{float:left; margin:0 20px; padding:0 10px;}
#scrollDiv{width:460px;height:34px;line-height:34px;overflow:hidden} 
#scrollDiv li{height:34px;} 
.head{border-top: 1px solid #DADADC;}
.nav01{background: #1677CE;}
.nav01 a{color:#fff;margin-right:2px;}
.nav01 a:hover{background:#13AD65;color:#FFF;}
.nav01 ul{}
.nav01 ul li{background: url(nav_li_bg.png) no-repeat right center;}
.nav01 ul li ul{background:#13AD65;border:1px solid #13AD65;}
.nav01 ul li ul li{background:none;}
.nav01 ul li ul li a:hover{background:#EEF1F5;}

.seach input{outline: none;}
.seach input.seach_box{background:#FFF; border:1px solid #AAA;border-right: none;padding:0;}
.seach input.sobtn{background:#DDD; border: 1px solid #AAA; border-left:none; padding: 2px 6px; height: 20px;}

.top_r{width: 260px; padding-top:10px;}
.top_r img{width: 22px; margin-bottom: -3px; margin-right: 10px;  margin-top: 10px;}
.top_r a.tel{color: #50CA48; font-size: 22px;}
.albb{background: #CAA146;border-radius: 10px; border: #5EA2DE solid 2px; height: 30px; line-height: 30px!important; width: 180px; margin-top: 9px;}
.albb:hover{background:#F60;}

.tit0{text-align: center;  margin: 15px;}
.tit0 a{font-size: 20px;transition: all 1s ; color: #666; text-align: center; margin: 10px 0; display: inline-block;padding: 5px 8px;border: 1px solid #FFF;}
.tit0 a:hover{transition: all 1s ;border: 1px solid #AAA;  border-radius: 5px;  animation: zhengdong 0.6s;box-sizing: border-box;}
.title01{    
    background: #ECEDEF;
    border: 1px solid #ddd;
    border-top: 1px solid #9E9EBD;
    border-bottom: none;}
.title01 h2{color:#333; font-size:14px;}
.title01 h2 font{
	color: #A7A7A7;
    font-weight: normal;
    font-size: 12px;}
.title01 span{}



.title02{height: 34px;    line-height: 34px;    border-bottom: 1px solid #DEDEDE; overflow: visible;}
.title02 strong {font-size: 18px; float:left;border-bottom: 2px solid #F80;position: relative;}
.title02 span{font-weight: 100;  text-transform: uppercase;   margin-left: 10px;   color: #929292;float:right;}
.title02 .more {
    float: right;
    display: block;
    height: 20px;
    width: 51px;
    background: url(more.png) no-repeat;
    margin-top: 8px;
}
.title02 h2{
	font-size: 16px;
    border-left: 3px solid #E4866A;
	color: #455780;
}
.tx {
    height: 60px;
    width: 290px;
    border: 2px solid #e0e0e0;
    background: url(contact-bg.jpg);
    position: relative;
    margin-top: 26px;
    padding: 4px 0 0 18px;
}
.tx h4 {
    font: 36px impact;
    color: #f77700;
}

.imgk{    margin-top: 20px;}
.imgk img{width: 140px;height: 110px;  float: left;  margin-right: 10px; border: 1px solid #ECE8E2; padding: 2px;}
.imgk h2,.imgk p{float:left;width: 220px;overflow: hidden;}
.imgk h2{height:20px;font-size:16px;margin-bottom:10px;}
.imgk p{height:80px;color:#AAA; text-indent: 14px;}

.lxwm {
    line-height: 30px;
    height: 220px;
    overflow: hidden;
    margin-top: 20px;
}

.title03{background:url(skin.png) left -550px;}
.title03 h2 font{color:#999;}
.title03 span{}

.pageleft_title01{background:url(skin.png) left -600px; color:#fff;}
.pageleft_title02{background:url(skin.png) -400px -600px; color:#fff;}
.list04 li{
	text-align: center;
    border-bottom: 1px dashed #BFCCDE;
    margin: 0 5px;
}
.list02 li{border-bottom:1px dashed #ddd;background:url(ico3.gif) no-repeat 0 center;}
.list03,.list04.lxwm01{border:1px solid #ddd;}
.list01 li a:hover{background-color:#eee;color:#038;}

.nylx{
	width: 400px;
    border: 2px dashed #14C543;
    padding: 15px;
    line-height: 32px;
    margin: 20px auto;
    border-radius: 8px;
}


.foot02{background:#05223E;color:#bbb;padding-bottom:30px;}
.foot02 a{color:#ccc;}
.foot02 .t1{border-bottom:1px solid #16324C;padding:10px 4px;}
.foot02 .t1 ul li{float:left;margin-right:4px;}
.foot02 p{margin-top:2px;}
.foot02 .zxyy{margin:0px auto;width:260px;}
.foot02 .zxyy h2{font-size:16px;}
.foot02 .zxyy input{border:1px solid #999;}
.foot02 .wbk{width:95%;color:#999; padding:2px;}
.foot02 .zxyy textarea{border:1px solid #999;width:95%;height:50px;color:#999; padding:2px;}
.foot02 .ewm{text-align:center;}
.foot02 a{white-space:nowrap;}

@keyframes myfirst   
{
from {margin-left:-296px;}
to {margin-left:0px;}
}
.go{/*****设置动画时间****/
  -webkit-animation: 1s ease-out myfirst;
  -moz-animation: 1s ease-out myfirst;
  -ms-animation: 1s ease-out myfirst;
  animation: 1s ease-out myfirst;
  /******动画-震动******/
@keyframes zhengdong
{
0%   {transform:rotate(7deg)}
25%  {transform:rotate(-7deg)}
50%  {transform:rotate(2deg)}
75%  {transform:rotate(-2deg)}
100% {transform:rotate(0deg)}
}
/* 界面皮肤End */

/*手机版样式*/
@media (max-width: 750px) {
 .list04 li{background:none;}
}